home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / line_2.dxr / 00306.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  212 b   |  9 lines

  1. on mouseUp me
  2.   global level, type, row, col
  3.   level = "t"
  4.   repeat with X = 70 to 74
  5.     set the locV of sprite X to 100
  6.   end repeat
  7.   sprite(73).member = "1pt" & level & "." & row & "." & col & "." & type
  8. end
  9.